Uses of Class
org.eclipse.vtp.framework.interactions.core.commands.EndMessageCommand

Packages that use EndMessageCommand
org.eclipse.vtp.framework.interactions.core.commands   
org.eclipse.vtp.framework.interactions.core.support   
org.eclipse.vtp.framework.interactions.voice.services   
 

Uses of EndMessageCommand in org.eclipse.vtp.framework.interactions.core.commands
 

Methods in org.eclipse.vtp.framework.interactions.core.commands with parameters of type EndMessageCommand
 java.lang.Object IConversationCommandVisitor.visitEndMessage(EndMessageCommand endMessageCommand)
          Called when this visitor is passed to an end message command instance.
 

Uses of EndMessageCommand in org.eclipse.vtp.framework.interactions.core.support
 

Methods in org.eclipse.vtp.framework.interactions.core.support with parameters of type EndMessageCommand
protected  IDocument AbstractPlatform.renderEndMessage(ILinkFactory links, EndMessageCommand endMessageCommand)
          Renders an end message to the user.
 

Uses of EndMessageCommand in org.eclipse.vtp.framework.interactions.voice.services
 

Methods in org.eclipse.vtp.framework.interactions.voice.services with parameters of type EndMessageCommand
protected  IDocument VoicePlatform.renderEndMessage(ILinkFactory links, EndMessageCommand endMessageCommand)